-
Notifications
You must be signed in to change notification settings - Fork 55
feat: add auggie cli #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add auggie cli #350
Conversation
@matifali @DevelopmentCats apart from the icons, the PR is ready for review :) |
Co-authored-by: Atif Ali <[email protected]>
Co-authored-by: Atif Ali <[email protected]>
Co-authored-by: Atif Ali <[email protected]>
@35C4n0r tag me once you finish your changes I will test it out so we can merge it this morning |
@DevelopmentCats addressed all the comments by Atif, feel free to test it out, only the icon remains - will add that as soon as we get it. |
…ag can be passed multiple times to auggie
Co-authored-by: Atif Ali <[email protected]>
Have we added the Auggie logo to coder/coder? |
We still haven't received an auggie logo from them and the only ones available are not good quality at all @matifali I know we requested that someone reach out to them and get one but I don't think anything has come of that. |
…ed at users discretion, and standardize bash set options
…ode.js and npm, and configure npm user directory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Auggie CLI module to the registry that integrates with AgentAPI to provide AI-powered coding assistance in Coder workspaces. The module allows users to run Auggie CLI with configurable parameters for tasks, prompts, MCP configurations, and workspace rules.
- Provides automated installation and configuration of Auggie CLI via npm
- Integrates with AgentAPI for web-based access and task reporting
- Supports extensive configuration options including AI models, interaction modes, and MCP server integrations
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
main.tf |
Core Terraform configuration defining variables, resources, and AgentAPI integration |
scripts/install.sh |
Installation script for Auggie CLI, dependencies, and configuration files |
scripts/start.sh |
Startup script that builds Auggie CLI arguments and launches via AgentAPI |
testdata/auggie-mock.sh |
Mock script for testing Auggie CLI functionality |
main.test.ts |
Comprehensive test suite covering installation, configuration, and integration scenarios |
auggie.tftest.hcl |
Terraform-native tests validating variable handling and module configuration |
README.md |
Documentation with usage examples, configuration options, and troubleshooting guide |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Description
Adds the Auggie CLI module
Type of Change
Module Information
Path:
registry/coder-labs/modules/auggie
New version:
v0.1.0
Testing & Validation
bun test
)bun run fmt
)Related Issues